Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verify COMPOSER_VENDOR_DIR in conditional #71

Merged
merged 3 commits into from
Sep 14, 2020

Conversation

aaronbushnell
Copy link
Contributor

Q A
Documentation no
Bugfix yes
BC Break no
New Feature no
RFC no
QA no

Description

This corrects an issue where COMPOSER_VENDOR_DIR could be an empty value and this condition erroneously runs. Before running this condition we need to confirm COMPOSER_VENDOR_DIR is set and contains a value.

For further details on this issue see:

weierophinney and others added 3 commits September 14, 2020 09:14
- Pick up milestone creation step

Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
This corrects an issue where `COMPOSER_VENDOR_DIR` could be an empty value and this condition erroneously runs. Before running this condition we need to confirm `COMPOSER_VENDOR_DIR` is set and contains a value.

For further details on this issue see:

- craftcms/cms#6773
- laminas/laminas-feed#22
Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
Copy link
Member

@weierophinney weierophinney left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants